home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB6 Code / Class 6 / QuickExample11.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-09-14  |  2.6 KB  |  74 lines

  1. VERSION 5.00
  2. Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCHRT20.OCX"
  3. Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
  4. Begin VB.Form Form1 
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   6375
  7.    ClientLeft      =   60
  8.    ClientTop       =   345
  9.    ClientWidth     =   5475
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   6375
  12.    ScaleWidth      =   5475
  13.    StartUpPosition =   3  'Windows Default
  14.    Begin MSChart20Lib.MSChart MSChart1 
  15.       Bindings        =   "QuickExample11.frx":0000
  16.       Height          =   5655
  17.       Left            =   120
  18.       OleObjectBlob   =   "QuickExample11.frx":0015
  19.       TabIndex        =   0
  20.       Top             =   120
  21.       Width           =   5175
  22.    End
  23.    Begin MSAdodcLib.Adodc Adodc1 
  24.       Height          =   330
  25.       Left            =   1440
  26.       Top             =   6000
  27.       Width           =   2535
  28.       _ExtentX        =   4471
  29.       _ExtentY        =   582
  30.       ConnectMode     =   0
  31.       CursorLocation  =   3
  32.       IsolationLevel  =   -1
  33.       ConnectionTimeout=   15
  34.       CommandTimeout  =   30
  35.       CursorType      =   3
  36.       LockType        =   3
  37.       CommandType     =   1
  38.       CursorOptions   =   0
  39.       CacheSize       =   50
  40.       MaxRecords      =   0
  41.       BOFAction       =   0
  42.       EOFAction       =   0
  43.       ConnectStringType=   1
  44.       Appearance      =   1
  45.       BackColor       =   -2147483643
  46.       ForeColor       =   -2147483640
  47.       Orientation     =   0
  48.       Enabled         =   -1
  49.       Connect         =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Nwind.mdb"
  50.       OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Nwind.mdb"
  51.       OLEDBFile       =   ""
  52.       DataSourceName  =   ""
  53.       OtherAttributes =   ""
  54.       UserName        =   ""
  55.       Password        =   ""
  56.       RecordSource    =   $"QuickExample11.frx":236B
  57.       Caption         =   "Adodc1"
  58.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  59.          Name            =   "MS Sans Serif"
  60.          Size            =   8.25
  61.          Charset         =   0
  62.          Weight          =   400
  63.          Underline       =   0   'False
  64.          Italic          =   0   'False
  65.          Strikethrough   =   0   'False
  66.       EndProperty
  67.       _Version        =   393216
  68.    End
  69. Attribute VB_Name = "Form1"
  70. Attribute VB_GlobalNameSpace = False
  71. Attribute VB_Creatable = False
  72. Attribute VB_PredeclaredId = True
  73. Attribute VB_Exposed = False
  74.